| Package | Description |
|---|---|
| com.atid.lib.module.rfid.uhf | |
| com.atid.lib.module.rfid.uhf.atm | |
| com.atid.lib.module.rfid.uhf.types |
| Modifier and Type | Method and Description |
|---|---|
abstract SessionFlag |
ATRfidUhf.getSessionFlag()
The RFID UHF module of the device returns the status of the Session Flag of the tag to be read by the Inventory operation.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
ATRfidUhf.setSessionFlag(SessionFlag flag)
Device's RFID UHF module sets the state of Session flag of tag to read by Inventory operation.
|
| Modifier and Type | Method and Description |
|---|---|
SessionFlag |
ATRfidUhfATM.getSessionFlag() |
| Modifier and Type | Method and Description |
|---|---|
void |
ATRfidUhfATM.setSessionFlag(SessionFlag flag) |
| Modifier and Type | Method and Description |
|---|---|
static SessionFlag |
SessionFlag.valueOf(int code) |
static SessionFlag |
SessionFlag.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SessionFlag[] |
SessionFlag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|